home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / locale / hr-HR / firebug.properties < prev   
Text File  |  2009-12-01  |  31KB  |  830 lines

  1. Firebug=Firebug
  2. # LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window.
  3.  
  4. # %S Title of the associated web page.
  5.  
  6. # examples: Firebug - Google
  7.  
  8. WindowTitle=Firebug - %S
  9. # Panel titles
  10.  
  11. Panel-console=Konzola
  12. Panel-net=Net
  13. Panel-html=HTML
  14. Panel-stylesheet=CSS
  15. Panel-script=Skripta
  16. Panel-dom=DOM
  17. Panel-css=Stil
  18. Panel-computed=Izracunano
  19. Panel-layout=Izgled
  20. Panel-domSide=DOM
  21. Panel-watches=Gledaj
  22. Panel-breakpoints=Breakpoints
  23. Panel-callstack=Stack
  24. Panel-scopes=Prostor
  25. # LOCALIZATION NOTE (Total_Firebugs): Used in a tooltip that is displayed for Firebug
  26.  
  27. # icon located within Firefox status bar. Displayes number of pages with activated Firebug.
  28.  
  29. # xxxHonza: this construct should be replaced by PluralForm
  30.  
  31. # See: https://developer.mozilla.org/en/Localization_and_Plurals
  32.  
  33. Total_Firebugs=Ukupno Firebugova
  34. Total_Firebug=Ukupno Firebugova
  35. inBrowser=U pregledniku
  36. detached=Izdvojeno
  37. minimized=Smanjeno
  38. enablement.for_all_pages=za sve stranice
  39. enablement.on=Ukljuceno
  40. enablement.off=Iskljuceno
  41. none=Zatvoreno
  42. Detached=Izdvojeno
  43. Firebug_-_inactive_for_selected_Firefox_tab=Firebug - inaktivan za odabrani Firefox tab
  44. Activate_Firebug_for_the_selected_Firefox_tab=Aktiviraj Firebug za odabrani Firefox tab
  45. Minimized=Smanjeno
  46. Minimize_Firebug=Smanji Firebug
  47. On_for_all_web_pages=Na svim stranicama
  48. firebug.menu.Clear_Activation_List=Obrisi aktivacijsku sliku
  49. firebug_options=Firebug postavke
  50. firebug_options_showQuickInfoBox=Prikazi Quick Info kucicu
  51. # Console panel options.
  52.  
  53. ShowJavaScriptErrors=Prikazi JavaScript greske
  54. ShowJavaScriptWarnings=Prikazi JavaScript upozorenja
  55. ShowCSSErrors=Prikazi CSS greske
  56. ShowXMLErrors=Prikazi XML greske
  57. ShowStackTrace=Prikazi Stack Trace With Errors
  58. ShowXULErrors=Prikazi XUL greske
  59. ShowXULMessages=Prikazi XUL poruke
  60. ShowXMLHttpRequests=Prikazi XMLHttp zahtjeve
  61. ShowChromeErrors=Prikazi Chrome greske
  62. ShowChromeMessages=Prikazi Chrome Messages
  63. ShowExternalErrors=Prikazi vanjske greske
  64. ShowNetworkErrors=Prikazi mrezne greske
  65. JavascriptOptionsStrict=Striktna upozorenja
  66. LargeCommandLine=Veca komandna linija
  67. console_command_line=komandna linija
  68. Assertion=Greska u navodu
  69. # LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error,
  70.  
  71. # message, etc. within a source of a web page.
  72.  
  73. # #1 File name, #2 Line number
  74.  
  75. # examples: somePage.htm (line 64)
  76.  
  77. Line=%S (line %S)
  78. InstanceLine=%S #%S (line %S)
  79. StackItem=%S (%S line %S)
  80. SystemItem=<Sistem>
  81. # LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus.
  82.  
  83. # For example, right clicking on an element in the HTML panel offers an action to inspect
  84.  
  85. # clicked element in the DOM panel (tab).
  86.  
  87. # #1 Target panel title
  88.  
  89. # examples: Inspect in DOM Tab
  90.  
  91. InspectInTab=Pregledaj %S Tab
  92. NoName=(no name)
  93. # LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
  94.  
  95. # do not translate.
  96.  
  97. # #1 jsdIScript.tag
  98.  
  99. jsdIScript=jsdIScript %S
  100. # HTML panel context menu items.
  101.  
  102. ShowFullText=Prikazi puni tekst
  103. ShowWhitespace=Prikazi prazan prostor
  104. ShowTextNodesAsSource=Tekst za izvor
  105. ShowComments=Prikazi komentare
  106. HighlightMutations=Osjencaj promjene
  107. ExpandMutations=Prosiri promjene
  108. ScrollToMutations=Priblizi promjene
  109. ScrollIntoView=Priblizi
  110. NewAttribute=Novi atribut...
  111. EditHTMLElement=Izmjeni HTML
  112. EditSVGElement=Izmjeni SVG
  113. EditMathMLElement=Izmjeni MathML
  114. DeleteElement=Obrisi element
  115. EditNode=Mijenjaj HTML...
  116. DeleteNode=Izbrisi cvor
  117. ShowQuickInfoBox=Show Quick Info Box
  118. ShadeBoxModel=Shade Box Model
  119. # Quick Info Box
  120.  
  121. quickInfo=Informacije
  122. computedStyle=Kompjutorski stil
  123. # LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume
  124.  
  125. # button that are used when the HTML panel is currently selected. The button allows stopping
  126.  
  127. # JS execution when DOM of the current page is modified.
  128.  
  129. html.Break_On_Mutate=Break On Mutate
  130. html.Disable_Break_On_Mutate=Iskljuci Break On Mutate
  131. html.label.Break_On_Text_Change=Slomi na promijeni teksta
  132. html.label.HTML_Breakpoints=HTML Breakpoints
  133. html.label.Break_On_Attribute_Change=Break On Attribute Change
  134. html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal
  135. html.label.Break_On_Element_Removal=Break On Element Removal
  136. dom.label.DOM_Breakpoints=DOM Breakpoints
  137. # LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows
  138.  
  139. # editing an existing HTML element attribute.
  140.  
  141. # #1 Name of the clicked attribute.
  142.  
  143. # examples: Edit Attribute "onclick"...
  144.  
  145. EditAttribute=Promijeni atribut "%S"...
  146. # LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows
  147.  
  148. # deleting an existing HTML element attribute.
  149.  
  150. # #1 Name of the clicked attribute.
  151.  
  152. # examples: Delete Attribute "onclick"...
  153.  
  154. DeleteAttribute=Izbrisi atribut "%S"
  155. # LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule.
  156.  
  157. # that has been inherited. Used in the Style side panel (under HTML panel).
  158.  
  159. # examples: Inherited from table.tabView
  160.  
  161. InheritedFrom=Inherited from
  162. SothinkWarning=The Sothink SWF Catcher extension is preventing Firebug from working properly.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">this item on the Firebug FAQ</a> for help.
  163. DOMInspectorWarning=Unable to show styles.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">this item on the Firebug FAQ</a> for help.
  164. EmptyStyleSheet=There are no rules in this stylesheet.
  165. EmptyElementCSS=This element has no style rules.
  166. EditStyle=Edit Element Style...
  167. NewRule=New Rule...
  168. NewProp=New Property...
  169. # LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu.
  170.  
  171. # Allows to edit an existing CSS rule property.
  172.  
  173. # %S Name of the clicked property
  174.  
  175. # examples: Edit "background-color"...
  176.  
  177. EditProp=Edit "%S"...
  178. # LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu.
  179.  
  180. # Allows to disable an existing CSS rule property.
  181.  
  182. # %S Name of the clicked property
  183.  
  184. # examples: Disable "background-color"
  185.  
  186. DisableProp=Disable "%S"
  187. # LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu.
  188.  
  189. # Allows to delete an existing CSS rule property.
  190.  
  191. # %S Name of the clicked property
  192.  
  193. # examples: Delete "background-color"
  194.  
  195. DeleteProp=Delete "%S"
  196. # Console context menu labels.
  197.  
  198. BreakOnThisError=Break on This Error
  199. BreakOnAllErrors=Break on All Errors
  200. DisableBreakOnNext=Disable Break on Next
  201. DecompileEvals=Decompile for eval() source
  202. ShowAllSourceFiles=Show chrome sources
  203. TrackThrowCatch=Track Throw/Catch
  204. UseLastLineForEvalName=Use Last Source Line for eval() names
  205. UseMD5ForEvalName=Use MD5 for eval() names
  206. # LOCALIZATION NOTE do not translate, no longer used(?)
  207.  
  208. DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
  209. DBG_FBS_BP=Beware! DBG_BP
  210. DBG_FBS_ERRORS=Beware! DBG_ERRORS
  211. DBG_FBS_STEP=Beware! DBG_STEP
  212. # Breakpoints side panel
  213.  
  214. Breakpoints=Breakpoints
  215. ErrorBreakpoints=Error Breakpoints
  216. LoggedFunctions=Logged Functions
  217. EnableAllBreakpoints=Enable All Breakpoints
  218. DisableAllBreakpoints=Disable All Breakpoints
  219. ClearAllBreakpoints=Remove All Breakpoints
  220. # Script panel
  221.  
  222. Continue=Continue
  223. StepOver=Step Over
  224. StepInto=Step Into
  225. StepOut=Step Out
  226. RunUntil=Run to This Line
  227. ScriptsFilterStatic=Show Static Scripts
  228. ScriptsFilterEval=Show Static and eval Scripts
  229. ScriptsFilterEvent=Show Static and event Scripts
  230. ScriptsFilterAll=Show Static, eval, and event Scripts
  231. ScriptsFilterStaticShort=static
  232. ScriptsFilterEvalShort=evals
  233. ScriptsFilterEventShort=events
  234. ScriptsFilterAllShort=all
  235. ShowUserProps=Show User-defined Properties
  236. ShowUserFuncs=Show User-defined Functions
  237. ShowDOMProps=Show DOM Properties
  238. ShowDOMFuncs=Show DOM Functions
  239. ShowDOMConstants=Show DOM Constants
  240. NoMembersWarning=There are no properties to show for this object.
  241. NewWatch=New watch expression...
  242. AddWatch=Add Watch
  243. CopySourceCode=Copy Source
  244. CopyValue=Copy Value
  245. Copy_Name=Copy Name
  246. Copy_Path=Copy Path
  247. NewProperty=New Property...
  248. EditProperty=Edit Property...
  249. EditVariable=Edit Variable...
  250. EditWatch=Edit Watch...
  251. DeleteProperty=Delete Property
  252. DeleteWatch=Delete Watch
  253. ConditionInput=This breakpoint will stop only if this expression is true:
  254. SetBreakpoint=Set Breakpoint
  255. DisableBreakpoint=Disable Breakpoint
  256. EditBreakpointCondition=Edit Breakpoint Condition...
  257. NoBreakpointsWarning=There are no breakpoints set in this page.
  258. Show_User_Agent_CSS=Show User Agent CSS
  259. # LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutOffset, LayoutAdjacent):
  260.  
  261. # Labels used to describe layout properties a the selected HTML element.
  262.  
  263. # Used in the Layout side panel under HMTL panel.
  264.  
  265. LayoutPadding=padding
  266. LayoutBorder=border
  267. LayoutMargin=margin
  268. LayoutOffset=offset
  269. LayoutAdjacent=adjacent
  270. position=position
  271. # LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel
  272.  
  273. # under HTML panel.
  274.  
  275. ShowRulers=Show Rulers and Guides
  276. # LOCALIZATION NOTE http://www.w3.org/TR/cssom-view/#the-getclientrects-and-getboundingclient
  277.  
  278. # This is the default and may become the only choice.
  279.  
  280. ShowBoundingClientRect=Show Bounding Client Rectangle
  281. # LOCALIZATION NOTE (ShowAdjacentLayout): this is disabled, no translation
  282.  
  283. ShowAdjacentLayout=Show Adjacent Layout
  284. # Net panel
  285.  
  286. Loading=Loading...
  287. Headers=Headers
  288. # LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel)
  289.  
  290. net.header.Reset_Header=Reset Header
  291. # LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status,
  292.  
  293. # net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip,
  294.  
  295. # net.header.Size, net.header.Size_Tooltip, net.header.Timeline, net.header.Timeline_Tooltip):
  296.  
  297. # Labels and tooltips for a headers displayed on top of the Net panel.
  298.  
  299. net.header.URL=URL
  300. net.header.URL_Tooltip=Requested URL and used HTTP method.
  301. net.header.Status=Status
  302. net.header.Status_Tooltip=Status of the received response.
  303. net.header.Domain=Domain
  304. net.header.Domain_Tooltip=Domain of the executed request.
  305. net.header.Size=Size
  306. net.header.Size_Tooltip=Size of the received response.
  307. net.header.Timeline=Timeline
  308. net.header.Timeline_Tooltip=Detailed timing info about request resonse round trip.
  309. # LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group.
  310.  
  311. net.label.XHR_Breakpoints=XHR Breakpoints
  312. # LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context
  313.  
  314. # menu for breaking on a XHR.
  315.  
  316. net.label.Break_On_XHR=Break On XHR
  317. # LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about
  318.  
  319. # a network request (displayed when a net panel entry is expanded). The content of
  320.  
  321. # this tab displays sent data (related to a HTTP send method).
  322.  
  323. # LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML):
  324.  
  325. net.headers.view_source=pogledaj izvor
  326. net.headers.pretty_print=print
  327. # Label used in the Net panel for detailed info about a network request (displayed
  328.  
  329. # when a net panel entry is expanded)
  330.  
  331. # LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel
  332.  
  333. Post=Post
  334. Put=Put
  335. # (expand an entry in the panel and select Headers tab).
  336.  
  337. # LOCALIZATION NOTE (LimitExceeded): A message displayed in the Net panel when some entries
  338.  
  339. # must be removed since maximum number of entries has been reached.
  340.  
  341. Response=Response
  342. URLParameters=Params
  343. Cache=Cache
  344. HTML=HTML
  345. jsonviewer.tab.JSON=JSON
  346. xmlviewer.tab.XML=XML
  347. # %S Is the number of entries removed.
  348.  
  349. # examples: Firebug's log limit has been reached. 150 entries not shown.
  350.  
  351. RequestHeaders=Request Headers
  352. ResponseHeaders=Response Headers
  353. # xxxHonza: this construct should be replaced by PluralForm
  354.  
  355. # See: https://developer.mozilla.org/en/Localization_and_Plurals
  356.  
  357. # LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit
  358.  
  359. # has been reached. Informing the user what preferencee should be changed to modify the limit.
  360.  
  361. # %S Name of a preference.
  362.  
  363. # examples: In order to change the limit modify: firebug.extensions.console.logLimit
  364.  
  365. LimitExceeded=Firebug's log limit has been reached. %S entries not shown.
  366. LimitPrefs=Preferences
  367. # LOCALIZATION NOTE (Profile): Used as a caption for reported profile info.
  368.  
  369. # (result of javascript profiler tool). Reprsents a verb.
  370.  
  371. # LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header
  372.  
  373. # (name of a report column). In order to see this, select the Console panel start profiling
  374.  
  375. LimitPrefsTitle=In order to change the limit modify: %S
  376. Refresh=Refresh
  377. OpenInTab=Open in New Tab
  378. Open_Response_In_New_Tab=Open Response in New Tab
  379. # by clicking the Profile button and stop it by clicking again. The report is logged into the
  380.  
  381. # console panel. Make sure Script panel is enabled.
  382.  
  383. Profile=Profile
  384. ProfilerStarted=The profiler is running. Click 'Profile' again to see its report.
  385. ProfileTime=(%Sms, %S calls)
  386. NothingToProfile=No activity to profile.
  387. PercentTooltip=Percentage of time spent on this function.
  388. CallsHeaderTooltip=Number of times function was called.
  389. OwnTimeHeaderTooltip=Time spent in function, excluding nested calls.
  390. TimeHeaderTooltip=Time spent in function, including nested calls.
  391. AvgHeaderTooltip=Average time, including function calls.
  392. MinHeaderTooltip=Minimum time, including function calls.
  393. MaxHeaderTooltip=Maximum time, including function calls.
  394. ProfileButton.Enabled.Tooltip=Profile JavaScript execution time.
  395. ProfileButton.Disabled.Tooltip=Profile JavaScript execution time (Script panel must be enabled).
  396. Function=Function
  397. Percent=Percent
  398. # Support for clipboard actions.
  399.  
  400. # LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script
  401.  
  402. # panel when clicking a function object.
  403.  
  404. # %S Name of the function
  405.  
  406. Calls=Calls
  407. OwnTime=Own Time
  408. Time=Time
  409. Avg=Avg
  410. Min=Min
  411. Max=Max
  412. File=File
  413. # Log Calls to "getData"
  414.  
  415. Copy=Copy
  416. Cut=Cut
  417. Remove=Remove
  418. CopyHTML=Copy HTML
  419. CopySVG=Kopiraj SVG
  420. CopyMathML=kopiraj MathML
  421. CopyInnerHTML=Copy innerHTML
  422. CopyXPath=Copy XPath
  423. CopyLocation=Copy Location
  424. CopyLocationParameters=Copy Location with Parameters
  425. CopyRequestHeaders=Copy Request Headers
  426. CopyResponseHeaders=Copy Response Headers
  427. CopyResponse=Copy Response Body
  428. CopyError=Copy Error
  429. CopySource=Copy Function
  430. # LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel
  431.  
  432. # if specific method is not supported.
  433.  
  434. # %S Name of a not supported method.
  435.  
  436. # LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel
  437.  
  438. ShowCallsInConsole=Log Calls to "%S"
  439. ShowEventsInConsole=Log Events
  440. panel.Enabled=Enabled
  441. panel.Disabled=Disabled
  442. panel.Enable=Enable
  443. panel.Disable=Disable
  444. # when a not supported method is used on the command line.
  445.  
  446. # %S Name of a not supported method.
  447.  
  448. # LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors):
  449.  
  450. console.MethodNotSupported=Firebug console does not support '%S'
  451. # Tooltip for the "Break on... " button used when the Console panel is selected.
  452.  
  453. # Console strings used when JavaScript is not available
  454.  
  455. # LOCALIZATION NOTE (net.file.SizeInfotip): A tool-tip text used for precise size of a network
  456.  
  457. commandline.MethodNotSupported=Firebug command line does not support '%S'
  458. # response in the Net panel.
  459.  
  460. # #1 is rounded size, #2 precise size
  461.  
  462. console.Disable_Break_On_All_Errors=Disable Break On All Errors
  463. console.Break_On_All_Errors=Break On All Errors
  464. # examples: Size: 2KB (2,362 bytes)
  465.  
  466. console.JSDisabledInFirefoxPrefs=JavaScript is disabled in your Firefox preferences. If you would like to use the console window then please enable this option under 'Tools' -> 'Options' -> 'Content' -> 'Enable JavaScript'
  467. # LOCALIZATION NOTE (net.option.Disable_Browser_Cache): A label for Net panel's option.
  468.  
  469. # LOCALIZATION NOTE names of kinds of scopes. Probably best left in English.
  470.  
  471. # With: the scope inside of the with(obj) {} statement
  472.  
  473. # Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} };
  474.  
  475. net.file.SizeInfotip=Size: %S (%S bytes)
  476. net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown.
  477. net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab.
  478. # Window: the scope inside of a Javascript window object.
  479.  
  480. # Net panel timing info labels
  481.  
  482. #A11y Chrome Labels (not visible, spoken by screen readers)
  483.  
  484. net.postDataSizeLimitMessage=Post body size limit has been reached Removed by Firebug.
  485. net.Break_On_XHR=Break On XHR
  486. net.label.Parameters=Parameters
  487. net.label.Parts=Parts
  488. net.label.Source=Source
  489. #A11y panelNode labels (not visible, spoken by screen readers)
  490.  
  491. net.option.Disable_Browser_Cache=Disable Browser Cache
  492. script.Break_On_Next=Break On Next
  493. ShowHttpHeaders=Show HTTP Headers
  494. Request=1 request
  495. RequestCount=%S requests
  496. FromCache=from cache
  497. StopLoading=Stop Loading
  498. LargeData=(Very Large Data)
  499. ShowComputedStyle=Show Computed Style
  500. StyleGroup-text=Text
  501. StyleGroup-background=Background
  502. StyleGroup-box=Box Model
  503. StyleGroup-layout=Layout
  504. StyleGroup-other=Other
  505. Dimensions=%S x %S
  506. CopyColor=Copy Color
  507. CopyImageLocation=Copy Image Location
  508. OpenImageInNewTab=Open Image in New Tab
  509. ErrorCount=%S Error
  510. ErrorsCount=%S Errors
  511. OmitObjectPathStack=Omit Toolbar Stack
  512. moduleManager.title=%S panel is disabled
  513. moduleManager.desc3=Use the Firebug status bar icon menu to enable and disable all panels. Use the panel tab's small menu for individual panel control:
  514. Suspend_Firebug=Suspend Firebug
  515. Resume_Firebug=Resume Firebug
  516. Reset_Panels_To_Disabled=Reset Panels To Disabled
  517. Open_Console=Open Console
  518. Open_Console_Tooltip=Open Trace Console for Firebug.
  519. Scope_Chain=Scope Chain
  520. #A11y Domplate labels  (not visible, spoken by screen readers)
  521.  
  522. # LOCALIZATION NOTE
  523.  
  524. With_Scope=With
  525. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  526.  
  527. Call_Scope=Call
  528. # Describe contents of inline editor fields
  529.  
  530. Window_Scope=Window
  531. Logs=Logs
  532. Options=Options
  533. Copy_Stack=Copy Stack
  534. Copy Exception=Copy Exception
  535. # LOCALIZATION NOTE (a11y.labels.overridden):
  536.  
  537. requestinfo.Blocking=Blocking
  538. requestinfo.Resolving=DNS Lookup
  539. requestinfo.Connecting=Connecting
  540. requestinfo.Sending=Sending
  541. requestinfo.Waiting=Waiting
  542. requestinfo.Receiving=Receiving
  543. requestinfo.ContentLoad='DOMContentLoaded' (event)
  544. requestinfo.WindowLoad='load' (event)
  545. editors.Editor_Configuration=Editor Configuration
  546. search.Firebug_Search=Firebug Search
  547. search.Next=SLijedece
  548. search.Previous=Prije
  549. search.Case_Sensitive=Force Case Sensitive
  550. search.Multiple_Files=Multiple Files
  551. search.html.CSS_Selector=CSS Selector
  552. search.net.Headers=Zaglavlja
  553. search.net.Parameters=Parameteri
  554. search.net.Response_Bodies=Response Bodies
  555. search.script.Multiple_Files=Multiple Files
  556. firebug.console.Persist=Persist
  557. firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload
  558. firebug.menu.Clear_Console=Clear Console
  559. firebug.menu.Reset_All_Options=Reset All Options
  560. firebug.menu.Enable_All_Panels=Enable All Panels
  561. firebug.menu.Disable_All_Panels=Disable All Panels
  562. firebug.menu.Customize_shortcuts=Customize Shortcuts
  563. firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements
  564. firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs
  565. firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options
  566. firebug.menu.Firebug_Online=Firebug Online
  567. firebug.shortcut.reenterCommand.label=Reenter Command
  568. firebug.shortcut.toggleInspecting.label=Toggle Inspecting
  569. firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box
  570. firebug.shortcut.toggleProfiling.label=Toggle Profiling
  571. firebug.shortcut.focusCommandLine.label=Focus Command Line
  572. firebug.shortcut.focusFirebugSearch.label=Focus Firebug Search
  573. firebug.shortcut.focusWatchEditor.label=Focus Watch Editor
  574. firebug.shortcut.focusLocation.label=Focus Location
  575. firebug.shortcut.focusFbMenu.label=Focus Firebug Menu
  576. firebug.shortcut.nextObject.label=Next Object
  577. firebug.shortcut.previousObject.label=Previous Object
  578. firebug.shortcut.customizeFBKeys.label=Customize Firebug Keys
  579. firebug.shortcut.detachFirebug.label=Open Firebug in New Window
  580. firebug.shortcut.leftFirebugTab.label=Switch to left Firebug panel
  581. firebug.shortcut.rightFirebugTab.label=Switch to right Firebug panel
  582. firebug.shortcut.toggleFirebug.label=Open Firebug
  583. firebug.shortcut.previousFirebugTab.label=Previous Firebug tab
  584. firebug.shortcut.clearConsole.label=Clear Console
  585. firebug.shortcut.openTraceConsole.label=Open Trace Console
  586. customizeShortcuts=Firebug Shortcut Bindings
  587. keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts
  588. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  589.  
  590. a11y.labels.panel_tools=panel alati
  591. a11y.labels.firebug_panels=Firebug paneli
  592. a11y.labels.firebug_side_panels=Firebug bocni paneli
  593. a11y.labels.firebug_window=firebug prozor
  594. a11y.labels.firebug_status=firebug status
  595. a11y.labels.reset=reset
  596. a11y.labels.reset_shortcut=reset %S shortcut
  597. aria.labels.inactive_panel=inactive panel
  598. # indicates style property is overridden by selector with higher specificity
  599.  
  600. a11y.labels.log_rows=log rows
  601. a11y.labels.call_stack=call stack
  602. a11y.labels.a11y.labels.document_structue=document structure
  603. a11y.labels.title_panel= %S panel
  604. a11y.labels.title_side_panel= %S side panel
  605. a11y.labels.cached=cached
  606. aria.labels.stack_trace=stack trace
  607. # LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint):
  608.  
  609. a11y.layout.padding=padding
  610. a11y.layout.border=border
  611. a11y.layout.margin=margin
  612. a11y.layout.offset=offset
  613. a11y.layout.offset_top=offset top
  614. a11y.layout.offset_right=offset right
  615. a11y.layout.offset_bottom=offset bottom
  616. a11y.layout.offset_left=offset left
  617. a11y.layout.margin_top=margin top
  618. a11y.layout.margin_right=margin right
  619. a11y.layout.margin_bottom=margin bottom
  620. a11y.layout.margin_left=margin left
  621. a11y.layout.border_top=border top
  622. a11y.layout.border_right=border right
  623. a11y.layout.border_bottom=border bottom
  624. a11y.layout.border_left=border left
  625. a11y.layout.padding_top=padding top
  626. a11y.layout.padding_right=padding right
  627. a11y.layout.padding_bottom=padding bottom
  628. a11y.layout.padding_left=padding left
  629. a11y.layout.top=top
  630. a11y.layout.right=right
  631. a11y.layout.bottom=bottom
  632. a11y.layout.left=left
  633. a11y.layout.width=width
  634. a11y.layout.height=height
  635. a11y.layout.size=size
  636. a11y.layout.position=position
  637. a11y.layout.z-index=z-index
  638. a11y.layout.clientBoundingRect=bounding client rect
  639. a11y.descriptions.press_enter_to_edit_values=press enter followed by tab to edit individual values
  640. a11y.labels.style_rules=style rules
  641. aria.labels.inherited_style_rules=inherited style rules
  642. a11y.labels.computed_styles=computed styles
  643. a11y.labels.dom_properties=DOM properties
  644. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  645.  
  646. # Existence and state of a breakpoint
  647.  
  648. # LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly
  649.  
  650. a11y.labels.inline_editor=inline editor
  651. a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element
  652. a11y.labels.attribute_for_element=attribute for %S element
  653. a11y.labels.text_contents_for_element=text contents for %S element
  654. a11y.labels.defined_in_file=odredeno u %S
  655. a11y.labels.declarations_for_selector=style declarations for "%S" selector
  656. a11y.labels.property_for_selector=CSS property for selector: %S
  657. a11y.labels.value_property_in_selector=%S property value for in selector %S
  658. a11y.labels.css_selector=CSS izbornik
  659. a11y.labels.source_code_for_file=source code for file %S
  660. # visible in the UI, intended for screen readers.
  661.  
  662. # #1 Line number, #2 Function name, #3 File name
  663.  
  664. # LOCALIZATION NOTE (a11y.updates.match_found_in_logrows): Used by a11y. Not directly
  665.  
  666. a11y.labels.overridden=overridden
  667. a11y.labels.press_enter_to_add_new_watch_expression=press enter to add a new watch expression
  668. # visible in the UI, intended for screen readers.
  669.  
  670. # Describes the match found when performing a console panel search 
  671.  
  672. # #1 %S String key the use is looking for. #2 number of rows that contain the matched text
  673.  
  674. a11y.updates.has_conditional_break_point=has conditional break point
  675. a11y.updates.has_disabled_break_point=has disabled break point
  676. # examples: "Match found for test in 17 log rows"
  677.  
  678. # LOCALIZATION NOTE (a11y.updates.match_found_for_on_line): Used by a11y. Not directly
  679.  
  680. # visible in the UI, intended for screen readers.
  681.  
  682. a11y.updates.script_suspended_on_line_in_file=Script suspended on line %S in %S, file %S
  683. # Describes the match found when performing a script panel search 
  684.  
  685. # #1 %S String key the use is looking for. #2 line number the match was found on. #3 file name the match was found in
  686.  
  687. # examples: "Match found for window.alert on line 322 in utilities.js"
  688.  
  689. # LOCALIZATION NOTE (a11y.updates.match_found_in_element): Used by a11y. Not directly
  690.  
  691. # visible in the UI, intended for screen readers.
  692.  
  693. a11y.updates.match_found_in_logrows=match found for %S in %S log rows
  694. # Describes the match found when performing an HTML panel search (if it is found in an element node) 
  695.  
  696. # #1 Search string that was matched. #2 the HTML element name containing the matched string. #3 XPATH string specifying  the matched element
  697.  
  698. # examples: "Match found for obj in object element at /html/body/object[2]"
  699.  
  700. # LOCALIZATION NOTE (a11y.updates.match_found_in_attribute): Used by a11y. Not directly
  701.  
  702. # visible in the UI, intended for screen readers.
  703.  
  704. a11y.updates.match_found_for_on_line=match found for %S on line %S in %S
  705. # Describes the match found when performing an HTML  panel search (if it is found in an attribute node) 
  706.  
  707. # #1 Search string that was matched. #2 Attribute name #3 attribute value 
  708.  
  709. # #4 the HTML element name containing. #5 XPATH string specifying  the matched element
  710.  
  711. # examples: "Match found for abindex in tabindex="0" in span element at /html/body/span[2]"
  712.  
  713. # LOCALIZATION NOTE (a11y.updates.match_found_in_text_content): Used by a11y. Not directly
  714.  
  715. a11y.updates.match_found_in_element=match found for %S in %S element at path %S
  716. # visible in the UI, intended for screen readers.
  717.  
  718. # Describes the match found when performing an HTML panel search (if it is found in a text element's contents) 
  719.  
  720. # #1 Search string that was matched. #2 element's text content  
  721.  
  722. # #3 the HTML element name containing. #4 XPATH string specifying  the matched element
  723.  
  724. # examples: "Match found for Firebug Rocks! in h2 element at /html/body/h2[2]"
  725.  
  726. # LOCALIZATION NOTE (a11y.updates.match_found_in_selector): Used by a11y. Not directly
  727.  
  728. a11y.updates.match_found_in_attribute=match found for %S in attribute %S=%S of %S element at path %S
  729. # visible in the UI, intended for screen readers.
  730.  
  731. # Describes the match found when performing a CSS panel search (if it is found in a selector) 
  732.  
  733. # #1 Search string that was matched. #2 selector in which the match was found  
  734.  
  735. # examples: "Match found for main in #mainContent h2 {"
  736.  
  737. # LOCALIZATION NOTE (a11y.updates.match_found_in_style_property): Used by a11y. Not directly
  738.  
  739. # visible in the UI, intended for screen readers.
  740.  
  741. a11y.updates.match_found_in_text_content=match found for %S in text content: %S of %S element at path %S
  742. # Describes the match found when performing a CSS panel search (if it is found in a style property) 
  743.  
  744. # #1 Search string that was matched. #2 style property in which the match was found #3 selector the style property applies to  
  745.  
  746. # examples: "Match found for background in style property background-repeat: "repeat-x"; in selector #mainContent {"
  747.  
  748. # LOCALIZATION NOTE (a11y.updates.match_found_in_dom_property): Used by a11y. Not directly
  749.  
  750. # visible in the UI, intended for screen readers.
  751.  
  752. a11y.updates.match_found_in_selector=match found for %S in selector %S
  753. # Describes the match found when performing a DOM panel search  
  754.  
  755. # #1 Search string that was matched. #2 DOM property in which the match was found   
  756.  
  757. # examples: "Match found for time in _starttime : 1257324992232 (Number)"
  758.  
  759. # LOCALIZATION NOTE (a11y.updates.match_found_in_net_row): Used by a11y. Not directly
  760.  
  761. # visible in the UI, intended for screen readers.
  762.  
  763. a11y.updates.match_found_in_style_declaration=prona─æen pogodak za "%S" u deklaraciji %S u sektoru %S
  764. # Describes the match found when performing a Net panel search  
  765.  
  766. # #1 Search string that was matched. #2 File name associated to the row in which the match was found. 
  767.  
  768. # #3 Column in which the match was found #4. Column value   
  769.  
  770. # examples: "Match found for 792 in GET loading_animation.gif, timeline: 792 ms"
  771.  
  772. # LOCALIZATION NOTE (a11y.updates.match_found_in_net_summary_row): Used by a11y. Not directly
  773.  
  774. a11y.updates.match_found_in_dom_property=match found for %S in DOM property %S
  775. # visible in the UI, intended for screen readers.
  776.  
  777. # Describes the match found when performing a Net panel search (if it is found in the Net summary row)
  778.  
  779. # #1 Search string that was matched. #2 Column value in which the match was found 
  780.  
  781. # examples: "Match found for 05 in net summary row: 4.05s
  782.  
  783. # LOCALIZATION NOTE (a11y.updates.no_matches_found): Used by a11y. Not directly
  784.  
  785. # visible in the UI, intended for screen readers.
  786.  
  787. a11y.updates.match_found_in_net_row=match found for "%S" in %S, %S : %S;
  788. # Indicates that the searched string was not matched  
  789.  
  790. # %S Search string that was matched.   
  791.  
  792. # examples: "No matched found for wefkhwefkgwekhjgjh"
  793.  
  794. # Console messages.
  795.  
  796. # LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab):
  797.  
  798. a11y.updates.match_found_in_net_summary_row=match found for %S in net summary row: %S
  799. # If Firebug is displayed in an external window (detached), but not active for the
  800.  
  801. # currently selected Firefox tab, the following button label is used for an
  802.  
  803. # activation button.
  804.  
  805. # LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text):
  806.  
  807. # An error message displayed in the Script panel when a source can't be displayed
  808.  
  809. a11y.updates.no_matches_found=nema rezultata za "%S"
  810. confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state?
  811. # for specific URL.
  812.  
  813. warning.Console_must_be_enabled=Konzola mora biti ukljucena
  814. warning.Command_line_blocked?=Command line blocked?
  815. message.Reload_to_activate_window_console=Reload to activate window console
  816. # examples: Failed to load source for: http://www.example.com/script.js
  817.  
  818. # examples: The resource from this URL is not text: http://www.example.com/script.js
  819.  
  820. # currently selected Firefox tab, the following button label is used for an
  821. # activation button.
  822. label.Activate_Firebug_for_the_selected_Firefox_tab=Aktiviraj Firbug za taj Firefox tab
  823. # LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text):
  824. # An error message displayed in the Script panel when a source can't be displayed
  825. # for specific URL.
  826. # examples: Failed to load source for: http://www.example.com/script.js
  827. # examples: The resource from this URL is not text: http://www.example.com/script.js
  828. message.Failed_to_load_source_for=Failed to load source for
  829. message.The_resource_from_this_URL_is_not_text=Resurs ovog URL-a nije tekst
  830.